Skip to content

feat: add markdown check output#8

Merged
CoderDeltaLAN merged 1 commit into
mainfrom
feat/add-markdown-output
Jun 9, 2026
Merged

feat: add markdown check output#8
CoderDeltaLAN merged 1 commit into
mainfrom
feat/add-markdown-output

Conversation

@CoderDeltaLAN

Copy link
Copy Markdown
Owner

Adds Markdown output for the check command.

Scope:

  • add --format markdown to check;
  • keep console output as default;
  • keep JSON output working;
  • emit readable Markdown for ok, empty and error outcomes;
  • preserve exit codes 0, 1 and 2;
  • redact secret-like repository values in Markdown output;
  • add CLI tests for Markdown output and redaction.

Validation:

  • ./scripts/check.sh passed with 34 tests;
  • console output verified;
  • JSON output verified;
  • Markdown ok output verified;
  • Markdown empty output returns exit 1;
  • Markdown error output returns exit 2;
  • secret-like path values are redacted;
  • no raw secret-like literals in changed files.

@CoderDeltaLAN CoderDeltaLAN merged commit aa11a4f into main Jun 9, 2026
1 check passed
@CoderDeltaLAN CoderDeltaLAN deleted the feat/add-markdown-output branch June 9, 2026 05:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant